-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
algorithm-deps-install #1081
algorithm-deps-install #1081
Conversation
add python support
/deploy |
/deploy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 18 of 20 files at r1, 2 of 2 files at r3.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @yehiyam)
core/api-server/lib/service/builds.js, line 225 at r4 (raw file):
dependencyInstallCmd
You can add a test for that, just copy a test from tests/algorithms-store.js with:
"a build was triggered due to"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 20 of 21 files reviewed, 1 unresolved discussion (waiting on @nassiharel)
core/api-server/lib/service/builds.js, line 225 at r4 (raw file):
Previously, NassiHarel (Nassi Harel) wrote…
dependencyInstallCmd
You can add a test for that, just copy a test from tests/algorithms-store.js with:
"a build was triggered due to"
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r5.
Reviewable status: complete! all files reviewed, all discussions resolved
* add dependencyInstallCmd option to algorithm add python support * add nodejs support * fix install deps script permission * add test .... bump version [skip ci]
* add dependencyInstallCmd option to algorithm add python support * add nodejs support * fix install deps script permission * add test .... bump version [skip ci]
This change is